Archive the original C++ Arcturus PAK decoder prototype#450
Merged
rdw-software merged 2 commits intomainfrom Mar 19, 2026
Merged
Archive the original C++ Arcturus PAK decoder prototype#450rdw-software merged 2 commits intomainfrom
rdw-software merged 2 commits intomainfrom
Conversation
Don't remember when this was created; presumably before the FFI version since that one's far more complete. In the current state, obviously not very useful. Needless to say, this will need a serious rework at some point, but I'd rather archive this here because chances are I'll forget about it for another decade or two and something is better than nothing (if only barely, in this case). No tests because it's not worth the effort at this time. --- Committing as-is because I'm cleaning up my old archive and I'm unlikely to get around to rewrite this anytime soon.
This is just to ensure it actually compiles on its own. Should be replaced with a multi-format CLI tool later.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Don't remember when this was created; presumably before the FFI version since that one's far more complete. In the current state, obviously not very useful. Needless to say, this will need a serious rework at some point, but I'd rather archive this here because chances are I'll forget about it for another decade or two and something is better than nothing (if only barely, in this case).
No tests because it's not worth the effort at this time.
Committing as-is because I'm cleaning up my old archive and I'm unlikely to get around to rewrite this anytime soon.